/**CORE STYLES NEXI*/

body {
    margin: 0px;
}

.cl-bottom {
    bottom: 0 !important;
    overflow: visible !important;
    position: absolute;
}

.cl-custom-text-bold-and-color {
    color: #00b8de !important;
    font-size: 16px;
    font-weight: bold;
}

.cl-text-bold_600 {
    font-weight: 600;
}

.cl-text-font-16 {
    font-size: 16px;
}

.cl-close-popup-x {
    padding-bottom: 35px;
    padding-left: 100%;
}

.cl-custom-white-scrollbar::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}

.cl-custom-white-scrollbar::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 10px;
}

.cl-custom-white-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
}

td.descriptionColumn {
    word-break: normal !important;
}

#cl-banner a {
    color: white;
}

#cl-banner {
    color: #FF6e28;
    font-family: 'KarbonRegular';
}

#hidden_tracking_image {
    width: 1px;
}

.ie8Background {
    background-color: rgb(0, 0, 0) !important;
}

.ie8BackgroundDetails {
    background-color: rgb(230, 230, 230) !important;
    margin-left: 30% !important;
    position: absolute !important;
    width: 56% !important;
    z-index: 9999;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10);
}

#cl-banner {
    z-index: 99999998 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto;
}

.cl-checkbox-container {
    display: flex;
}

#cl-banner.cl-top {
    position: relative;
    top: 0 !important;
    overflow: visible !important;
}

#cl-banner.cl-push {
    top: 0 !important;
}

#cl-banner,
#cl-banner-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1em;
    text-align: left;
    vertical-align: baseline;
    text-shadow: none;
    background: none;
    color: #646464;
    z-index: 98;
}

#cl-banner-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    z-index: 9999;
}

.cl-banner-body {
	width: 100%;
    padding: 20px 90px 20px;
    line-height: 1.8em !important;
    background-color: rgba(0, 0, 0, 0.91) !important;
    color: white;
    font-size: 13px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    position: fixed !important;
    bottom: 0;
}

.cl-banner-logo {
    display: none;
    position: absolute;
    top: 38px;
    left: -37px;
}

.cl-banner-logo.ICBPI {
    width: 92px;
    height: 48px;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: 95px;
    background-position: center center;
}

.cl-banner-button {
    margin: 10px 0;
    /* text-align: right; */
    padding-left: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.cl-clear {
    clear: both;
}

a.cl-policy {
    background: transparent;
    color: #f70000;
    font-weight: bold;
    padding-left: 5px;
}

.cl-policy {
    background: none repeat scroll 0% 0% transparent;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    font-size: 13px;
    padding-left: 2px;
    text-decoration: underline;
    padding-right: 2px;
}

.cl-consent-button {
    position: absolute;
    top: 30px;
    right: 202px;
    padding: 0px 4px;
    background: #FF6E28;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 11.5px;
}

.cl-consent-button-container {
    position: absolute;
    top: 17px;
    right: 14%;
    bottom: 0;
    left: 0;
}

.cl-consent-button-x,
.cl-close-detailcontent {
    cursor: pointer;
}

.cl-banner-detail .cl-consent-button-x,
.cl-close-detailcontent {
    margin-left: 98%;
    margin-bottom: 40px;
    margin-top: 20px;
}

.cl-consent-button-x,
.cl-close-popup-icon-x,
.cl-close-detailcontent {
    color: #FFF;
    line-height: 24px;
    text-align: right;
    width: 22px;
    font-size: 20px;
    top: 9px;
}

.cl-banner-detail {
    z-index: 9999;
    width: 100%;
    background: rgba(0, 0, 0, 0.91);
    margin: 0 auto;
    height: 100%;
    position: fixed;
}

.cl-banner-detailtab {
    position: relative;
    padding: 0;
    margin: 0px;
    display: table;
    width: 100%;
    height: 40px;
}

.cl-banner-detailtab li {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: center;
    background: #a3a3a3;
    color: #646464;
    padding: 12px 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.cl-banner-detailtab li.active {
    background: #e6e6e6;
    color: #646464 !important;
}

.cl-banner-detailtab li.iconclose {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 0px;
    cursor: pointer;
    background: #e9ebeb;
    border: 1px solid #000;
    box-sizing: border-box;
    background-image: url('../icbpi/img/icon-close.png');
    background-repeat: no-repeat;
    background-position: center;
}

.cl-banner-detailcontent {
    height: 90%;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.cl-banner-detailcontent .tabcontent {
    padding-right: 20px;
    overflow-y: scroll;
    padding-left: 30px;
}

.cl-settings,
.cl-cookielist {
    cursor: pointer;
    text-decoration: underline;
}

.cl-policy-link {
    cursor: pointer;
}


/**COOKIE SETTINGS*/

.cl-setting-categorytitle {
    margin: 10px 0 10px 0;
    display: block;
    font-weight: bold;
}

.cl-setting-categorydescription,
.cl-settings-generaldescription {
    color: #646464;
    display: block;
}

.cl-setting-categorylink {
    text-decoration: underline;
    display: block;
    cursor: pointer;
}

.cl-settings-container .cl-banner-button {
    float: none;
    margin: 10px 0 0 0;
}

.cl-savesetting-button {
    margin-top: 40px;
    margin-bottom: 100px;
    padding: 3px 24px;
    text-transform: uppercase;
    background: #2d32aa;
    display: inline-block;
    cursor: pointer;
    font-size: 11.5px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 29px;
}


/**COOKIE LIST*/

.cl-list-table {
    border: 1px solid #4f4f4f;
    border-collapse: collapse;
    width: 98%;
    font-size: 10pt;
}

.cl-list-table tr.descriptionrawMobile {
    display: none;
}

.cl-list-table th {
    border: 1px solid #4f4f4f;
    border-collapse: collapse;
    padding: 40px 10px;
    vertical-align: middle;
    text-align: center;
    color: #646464;
    background: #3b3b3b;
    word-break: break-all;
}

.cl-list-table td {
    color: #8e8e8e;
    vertical-align: top;
    padding: 20px 15px;
    border: 1px solid #4f4f4f;
    border-collapse: collapse;
    word-break: break-all;
}

.cl-policy-container {
    height: 90%;
}

.cl-policy-container table {
    border-collapse: collapse;
    border: 1px solid white;
    font-size: 12px;
}

.cl-policy-container table th {
    font-size: 14px;
}

.cl-policy-container table td,
.cl-policy-container table th {
    border: 1px solid white;
    padding: 6px 14px;
}

.cl-policy-container table tr:first-child th {
    border-top: 0;
}

.cl-policy-container table tr:last-child td {
    border-bottom: 0;
}

.cl-policy-container table tr td:first-child,
.cl-policy-container table tr th:first-child {
    border-left: 0;
    padding: 10px 22px;
}

.cl-policy-container table tr td:last-child,
.cl-policy-container table tr th:last-child {
    border-right: 0;
    padding: 10px 22px;
}

.cl-list-table a,
.cl-list-table,
.cl-list-table a:hover,
.cl-list-table a:active {
    color: #8e8e8e;
}

.cl-list-table td.morerow {
    padding: 0 15px !important;
    border: none !important;
}

.cl-list-table td.firstrow {
    padding: 20px 15px 0 15px !important;
}

.cl-list-table td.lastrow {
    border-bottom: 1px solid #4f4f4f !important;
    padding: 0 15px 20px 15px !important;
}


/**INPUT TYPE*/

.ie8input label {
    display: none !important;
}

.ie8input input {
    display: inline-block !important;
    margin-right: 5px !important;
}

.lowInputLabel {
    display: none;
}

.ie8input .lowInputLabel {
    display: inline-block !important;
    margin-right: 15px;
    width: 155px;
}

#cl-banner .checkbox,
#cl-banner .radio {
    margin-top: 10px;
    margin-bottom: 19px;
}

#cl-banner .checkbox label,
#cl-banner .radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    float: none !important;
    width: auto !important;
}

#cl-banner .checkbox label:before,
#cl-banner .radio label:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    background-color: #FFF;
    border: 1px solid white;
}


/**CHECKBOX*/

#cl-banner input[type=checkbox] {
    display: none;
}

#cl-banner .checkbox label:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: black;
    opacity: 0.91;
    vertical-align: top;
    border: 1px solid white;
}


/* checkbox aspect */

#cl-banner input[type=checkbox]:checked+label:before,
#cl-banner input[type=checkbox]:not (:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #fff;
    background: #000;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

#cl-banner input[type=checkbox]:checked+label:after {
    content: '\2713';
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    transition: all .2s;
}

.cl-banner-detail .iconclose.close-right {
    float: right;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    width: 40px;
    height: 35px;
    background-image: url('../icbpi/img/icon-close-white.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}


/**RADIO BUTTON*/

#cl-banner input[type=radio] {
    display: none;
}

#cl-banner input[type=radio]:not(:checked)+label:before,
#cl-banner input[type=radio]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #fff;
    background: #000;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

#cl-banner input[type=radio]:checked+label:after {
    content: '\2713';
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    transition: all .2s;
}

.overflow-hidden {
    overflow: hidden;
}


/**MEDIA QUERY*/


/*SmartPhone*/

@media screen and (max-width: 767px) {
	.cl-banner-content p {
		margin-top: 0;
		margin-bottom: 1rem;
    }
	.cl-consent-button-accept {
		margin: 0;
	}
    .cl-banner-body {
        padding: 30px 30px;
    }
    #cl-banner.cl-top {
        top: 0 !important;
        animation-timing-function: ease;
        -webkit-transition-timing-function: ease;
    }
    .cl-banner-detailtab li.iconclose {
        display: none;
    }
    .ie8Background {
        background-color: rgb(0, 0, 0) !important;
    }
    #cl-banner {
        color: #646464;
    }
    #cl-banner-wrapper {
        width: 100%;
    }
    .cl-banner-logo {
        position: initial;
        display: none;
        margin-bottom: 6px;
    }
    .cl-banner-content {
        padding-left: 0px;
		flex-direction: column !important;
    }
    .cl-banner-content p:last-child {
        margin-top: 40px;
        height: 41px;
    }
    .cl-consent-button-x-container {
        position: absolute;
        top: 30px;
        right: 15px;
    }
    .cl-banner-button {
        margin-bottom: 0;
        float: none;
        padding-left: 0;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .cl-consent-button {
        font-weight: bold;
        width: 100%;
        display: block;
        box-sizing: border-box;
        text-align: center;
        background: #FF6E28;
        color: #FFFFFF;
        position: initial;
    }
    .cl-banner-detail {
        z-index: 9999;
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }
    .cl-banner-detail .iconclose.close-right {
        float: right;
        cursor: pointer;
        box-sizing: border-box;
        display: block;
        width: 40px;
        height: 35px;
        background-image: url('../icbpi/img/icon-close-white.png');
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .cl-banner-detailtab li {
        background: #a8a8a8;
        color: #646464;
        padding: 15px 5px;
        font-size: 13px;
    }
    .cl-banner-detailtab li.active {
        background: #E6E6E6;
        color: #8e8e8e;
    }
    .cl-policy-tab,
    .cl-list-tab {
        width: 33% !important;
    }
    .cl-settings-tab {
        width: 34% !important;
    }
    .cl-banner-detailcontent {
        color: white;
        padding: 0 5%;
        width: 90%;
    }
    .cl-banner-detailcontent .cl-list-container {
        padding-right: 0;
    }
    .cl-banner-detailcontent .tabcontent {
        overflow-x: hidden;
        padding: 0px;
    }
    .cl-policy-container table tr td:first-child,
    .cl-policy-container table tr th:first-child {
        padding: 0px;
    }
    .cl-policy-container table tr td:last-child,
    .cl-policy-container table tr th:last-child {
        padding: 0px;
    }
    .cl-settings,
    .cl-cookielist {
        font-weight: bold;
    }
    .cl-setting-categorylink {
        font-weight: bold;
    }
    .cl-savesetting-button {
        padding: 3px 24px;
        text-transform: uppercase;
        background: #2d32aa;
        display: inline-block;
        cursor: pointer;
        font-size: 11.5px;
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
        width: 100px;
        text-align: center;
        height: 30px;
        line-height: 29px;
    }
    #cl-banner .checkbox,
    #cl-banner .radio {
        margin-left: 2px;
    }
    #cl-banner .checkbox label:before,
    #cl-banner .radio label:before {
        -moz-box-shadow: 0px 0px 1px 1px #CCC;
        -webkit-box-shadow: 0px 0px 1px 1px #CCC;
        box-shadow: 0px 0px 1px 1px #CCC;
    }
    .cl-list-table {
        display: block;
        border: 1px solid #bdbdbd;
        border-bottom: none;
    }
    .cl-list-table tr.descriptionrawMobile {
        display: table-row;
    }
    .cl-list-table td.descriptionColumn,
    .cl-list-table th.descriptionColumn {
        display: none;
    }
    .cl-list-table th {
        background: #3b3b3b;
        padding: 21px 10px;
        border: none !important;
        border-bottom: 1px solid #bdbdbd !important;
        text-align: left !important;
        word-break: break-all;
    }
    .cl-list-table td {
        border: none !important;
        padding: 17px 4px 13px 4px;
        word-break: break-all;
    }
    .cl-list-table td.morerow {
        padding: 0 6px !important;
        border: none !important;
    }
    .cl-list-table td.firstrow {
        padding: 17px 4px 0 4px !important;
    }
    .cl-list-table td.lastrow {
        border: none !important;
        padding: 0 4px 13px 4px !important;
    }
    .cl-list-table .bottomdescription {
        padding: 0;
    }
    .cl-list-table .bottomdescription .desctitle {
        text-align: center;
        color: #646464;
        background: #f6f6f6;
        padding: 6px 10px;
        cursor: pointer;
        font-weight: bold;
        border-top: 1px solid #bdbdbd !important;
        border-bottom: 1px solid #bdbdbd !important;
    }
    .cl-list-table .bottomdescription .desctitle span {
        padding: 0px 25px 0px 0px;
    }
    .cl-list-table .bottomdescription .desctitle span.open {
        background-image: url('../icbpi/img/arrow-up-black.png');
        background-repeat: no-repeat;
        background-size: 12px 5px;
        background-position: 95% center;
    }
    .cl-list-table .bottomdescription .desctitle span.closeBanner {
        background-image: url('../icbpi/img/arrow-down-black.png');
        background-repeat: no-repeat;
        background-size: 12px 5px;
        background-position: 95% center;
    }
    .cl-list-table .bottomdescription .desccontent {
        padding: 17px 4px;
        border-bottom: 1px solid #bdbdbd !important;
    }
}


/*Smartphone landscape*/

@media screen and (max-width: 767px) and (orientation: landscape) {}


/*Smartphone XL*/

@media screen and (min-width: 321px) and (max-width: 540px) {
    .cl-banner-body {
        text-align: left;
    }
    #cl-banner {
        z-index: 99999998 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto;
    }
}


/*Smartphone XXL*/

@media screen and (min-width: 540px) and (max-width: 767px) {}


/*Tablet*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #cl-banner-wrapper {
        width: 100%;
    }
    #cl-banner {
        z-index: 99999998 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto;
    }
    .cl-banner-detailcontent {
        padding: 0 5%;
        width: 90%;
    }
}

.cl-banner-content {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    display: flex;
    min-height: 50px;
    align-items: center;
}

.cl-banner-content p {
    max-width: 990px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 15px;
}
.cl-consent-button-accept {
    width: 131px;
    border: 1px solid#FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 17px;
    padding: 12px 27px;
    text-transform: uppercase;
    margin-left: 40px;
    height: 41px;
    margin-right: 25px;
}
.cl-consent-button-x, .cl-close-popup-icon-x, .cl-close-detailcontent {
    font-size: 33px;
    width: 15px;
    height: 15px;
    top: -4px;
    position: relative;
}
/*Tablet portrait*/

@media screen and (min-device-width: 768px) and(max-device-width: 1280px) and (orientation: portrait) {
    .cl-banner-detail {
        z-index: 9999;
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }
    #cl-banner {
        z-index: 99999998 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto;
    }
}